home *** CD-ROM | disk | FTP | other *** search
- /* TEST */
-
- /* Prisma-Host anwählen: */
- address 'PRISMA'
- options results
-
- /* Prisma reservieren und handle in Variable 'handle' speichern */
- ObtainPrisma;
- handle=result;
-
- /* Öffnet Prisma-Preferences auf WB-Screen: */
- PTV handle '3' '-1' '-1' '0';
- say result;
-
- /* Gibt Speicher als RGB-Bild aus: */
- ShowRGB handle 320 256 10000 20000 30000
- say result
-
- /* Bild laden und anzeigen: */
- LoadPicture handle 'PIC:IFF24/CANDLE.IFF'
-
- /* Gibt Prisma wieder frei für andere Applikationen: */
- ReleasePrisma handle;
-